home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / dll_gen / dll4vb / simple.h < prev    next >
C/C++ Source or Header  |  1992-09-08  |  162b  |  10 lines

  1. // Header file for Simple DLL
  2.  
  3. #ifndef __SIMPLE_H
  4. #define __SIMPLE_H
  5.  
  6. #include <windows.h>
  7.  
  8. extern "C" int FAR pascal _export SquareInt( int x );
  9.  
  10. #endif